home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / BBS / NOVALINK / NovaLink help.cpt / NovaLink Help
Text File  |  1992-07-29  |  4KB  |  103 lines

  1. NovaLink Help
  2.  
  3. **************************************************************************
  4. Since it seems that so many new Nova Link sysops have big trouble trying
  5. to get it to work with their modem perhaps the following information will
  6. help you out.
  7.  
  8. This is the text of a message posted in the BBS-RT and I thought it may
  9. be appropriate to post it in the library so it would be easy to find when
  10. you're having trouble.
  11.  
  12. RALPH.YOUNT - Co-Host BBS-RT
  13. **************************************************************************
  14.  
  15. Category 6,  Topic 20
  16. Message 47        Sat Jan 14, 1989
  17. ALLENP             at 00:31 MST
  18.  
  19.  MYSTERY SOLVED! (when all else fails, read the instructions!) In truth,
  20. the instructions ain't all that clear! Most of the information you need
  21. FIRST to set up NovaLink is buried in various places in the BACK of the
  22. docs ... and due to the unusual nature of the program, it isn't too clear
  23. to a first-time user that all the "text resources" mentioned by name like
  24. ModemInitA, ModemAnswerA, ModemHangup, etc. are "buried" in the STR file
  25. and can be accessed only by the built-in NovaLink line editor, after
  26. logging on in local terminal mode, getting into the "Treemap" menu
  27. selection, switching into the Extended Parser, getting the "help" file to
  28. learn the .L (list), .R (read), .K (kill) and .S (save) commands to list
  29. the test resource names, double check that the right ones are there, read
  30. them to see that the content is right, and kill the wrong ones and edit &
  31. save the new ones. SIMPLE!!
  32.    Anyway, to work with NovaLink 2.1b24, I found that several "text
  33. resources" must be present in the STR file, as shown by the (L)ist (T)ext
  34. resources parser commands. If not, they must be added [(E)dit (T)ext
  35. {newfilename}] and the old ones, if any, must be (K)illed. (S)ave the new
  36. ones and away you go. When NovaLink boots, it calls up the STR file and
  37. invokes the imbedded text resources to initialize the modem.
  38.    For the "first time user" who is used to more conventional approaches,
  39. separate text files in the NovaLink folder named ModemInitA, ModemAnswerA,
  40. etc. WILL NOT WORK!!
  41.    HERE IS THE TEXT of a modem help file I found as a separate file to be
  42. used with the NovaLink 2.1b24 version. This version of Nova Link uses a
  43. new format of ModemAnswer files:
  44.    -----
  45.  The name of the text resource for ModemAnswer is:
  46.  "ModemAnswerA" for the Modem Port, and
  47.  "ModemAnswerB" for the Printer Port.
  48.  It consists of a number of lines, each representing a certain message the
  49. modem sends.  The format is:
  50.  :Pattern:Baudrate:Action
  51.  Pattern is the end of the line that the modem sends you, which can be any
  52. number of characters.
  53.  Baudrate is a number representing the baudrate to go to before doing the
  54. Action, or "-" to not change the baudrate.
  55.  Action can be one of three things:
  56.  A                     (This answers the caller at the given baudrate)
  57.  T <name>              (This prints the given text to the modem)
  58.  C <rates> <name>      (This cycles between the given baudrates
  59.                         trying to find the right baudrate)
  60.  There are also special patterns:
  61.  "[" is simulated for the ModemInit sequence
  62.  "*" is simulated to hang up the modem
  63.  "?" is simulated if the carrier is high for long enough, but no
  64.  recognizable string comes in.
  65.  For a 1200 baud hayes compatible modem, use the following setup:
  66.  "ModemAnswerA" text resource:
  67.  :[:1200:T ModemInitA
  68.  :*:-:T ModemHangupA
  69.  :?:-:C 1200/300 ModemAsk
  70.  :CONNECT:300:A
  71.  :CONNECT 1200:1200:A
  72.  "ModemInitA" text resource:
  73.  AT
  74.  AT
  75.  ATM0X1V1&C1S0=1
  76.  "ModemHangupA" text resource:
  77.  ```+++```
  78.  ATH
  79.  "ModemAsk" text resource:
  80.  Press RETURN:
  81.  For a 2400 baud hayes modem, it is the same except for the "ModemAnswerA"
  82. resource which is now:
  83.  :[:2400:T ModemInitA
  84.  :*:-:T ModemHangupA
  85.  :?:-:C 2400/1200/300 ModemAsk
  86.  :CONNECT:300:A
  87.  :CONNECT 1200:1200:A
  88.  :CONNECT 2400:2400:A
  89.  The baudrate given in the first line (for modeminit) is the baudrate that
  90. the modem will be in during command mode...
  91.  -------
  92.  The only change I had to make for a "non-memory" modem such as my Avatex
  93. 1200E is to change the modem init string to:
  94.  AT
  95.  ATZ
  96.  ATM0X1S0=1
  97.  All normal default switch settings stand: DTR-follows line; MESSAGE
  98. format- display words, not numbers); MESSAGE display on; COMMAND echo yes;
  99. AA disabled; CD follows line; COMMANDS recognized. Again, this is for the
  100. more conventional 1200 bps non-memory modems which I use.
  101.  Hope this helps someone avoid unnecessary frustration!!!
  102.  ------------
  103.